Skip to content

Conversation

jonotron
Copy link
Contributor

@jonotron jonotron commented Jan 8, 2015

Previously, it was not possible to match all descendant states without
matching the parent state.

e.g. about.*.** would not match state about.person.item

I want to be able to match all of the about child states, but not the about state.

Previously, it was not possible to match all descendant states without
matching the parent state.

e.g. about.*.** would not match state about.person.item

Move the single * matching logic above the ** so the greedy ** check won't
mismatch.
nateabele added a commit that referenced this pull request Jan 9, 2015
fix($state): allow about.*.** glob patterns
@nateabele nateabele merged commit 8c97736 into angular-ui:master Jan 9, 2015
@christopherthielen christopherthielen added this to the 0.2.14 milestone May 19, 2015
@axar axar mentioned this pull request Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants